home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / search_d.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  411b  |  13 lines

  1. #ifndef __SEARCH_D_H__
  2. #define __SEARCH_D_H__
  3.  
  4. /*
  5.    This can't easily go in search_p.h since it uses structures that
  6.    are only defined in regex.h */
  7. extern _VOID_ compile_pattern _P_((Lisp_Object pattern,
  8.                                    struct re_pattern_buffer *bufp,
  9.                                    struct re_registers *regp,
  10.                                    char *translate));
  11.  
  12. #endif
  13.